home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3basdrw.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_BASEDRAW_H = 1;
- include("real/windows/r3asydrw.js")
-
-
- var R3CLID_BASEDRAW = 84;
-
-
-
-
-
-
-
- R3BDRWA_GridDraw = 84501;
- function SetR3BDRWA_GridDraw(value) {
- R3Set(this.r3obj, R3BDRWA_GridDraw, value, R3TID_BOOLEAN, 0);
- }
-
- R3BDRWA_AbsGrid = 84504;
- function SetR3BDRWA_AbsGrid(value) {
- R3Set(this.r3obj, R3BDRWA_AbsGrid, value, R3TID_BOOLEAN, 0);
- }
-
- R3BDRWA_CoordSys = 84505;
- function SetR3BDRWA_CoordSys(value) {
- R3Set(this.r3obj, R3BDRWA_CoordSys, value, R3TID_BOOLEAN, 0);
- }
-
- R3BDRWA_ClearMth = 84507;
- function SetR3BDRWA_ClearMth(value) {
- R3Set(this.r3obj, R3BDRWA_ClearMth, value, R3TID_INTEGER, 0);
- }
-
- R3BDRWA_CoordSys2 = 84508;
- function SetR3BDRWA_CoordSys2(value) {
- R3Set(this.r3obj, R3BDRWA_CoordSys2, value, R3TID_BOOLEAN, 0);
- }
-
- R3BDRWA_AimPoint = 84509;
- function SetR3BDRWA_AimPoint(value) {
- R3Set(this.r3obj, R3BDRWA_AimPoint, value, R3TID_BOOLEAN, 0);
- }
-
- R3BDRWA_HotPoint = 84510;
- function SetR3BDRWA_HotPoint(value) {
- R3Set(this.r3obj, R3BDRWA_HotPoint, value, R3TID_BOOLEAN, 0);
- }
-
- R3BDRWA_Dirty = 84521;
- function SetR3BDRWA_Dirty(value) {
- R3Set(this.r3obj, R3BDRWA_Dirty, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Basedraw () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_BASEDRAW, arguments);
- }
- // Methods
-
- // Attributes
- this.SetGridDraw=SetR3BDRWA_GridDraw;
- this.SetAbsGrid=SetR3BDRWA_AbsGrid;
- this.SetCoordSys=SetR3BDRWA_CoordSys;
- this.SetClearMth=SetR3BDRWA_ClearMth;
- this.SetCoordSys2=SetR3BDRWA_CoordSys2;
- this.SetAimPoint=SetR3BDRWA_AimPoint;
- this.SetHotPoint=SetR3BDRWA_HotPoint;
- this.SetDirty=SetR3BDRWA_Dirty;
- }
-
- r3Basedraw.prototype=new r3Asyncdraw;
- // r3basdrw.h_H